RoomInvitation

class RoomInvitation

A class that provides information about an invitation.

Since

1.10.1

Functions

accept
Link copied to clipboard
fun accept(handler: CompletionHandler?)

Accepts an invitation to enter the room.

cancel
Link copied to clipboard
fun cancel(handler: CompletionHandler?)

Cancels an invitation sent to the specified user to enter the room.

decline
Link copied to clipboard
fun decline(handler: CompletionHandler?)

Declines an invitation to enter the room.

Properties

invitee
Link copied to clipboard
val invitee: User

The user to whom the invitation is sent.

inviter
Link copied to clipboard
val inviter: User

The user who sent the invitation.

room
Link copied to clipboard
val room: Room

The room used to invite the user.

roomInvitationId
Link copied to clipboard
val roomInvitationId: String

A unique identifier for the room invitation.